readme: fix description string
authorPaul Donald <[email protected]>
Tue, 4 Nov 2025 20:36:43 +0000 (21:36 +0100)
committerÁlvaro Fernández Rojas <[email protected]>
Wed, 5 Nov 2025 07:15:03 +0000 (08:15 +0100)
The original amendments to README in the prpl patchset contained the same,
but it should read: 'maximum'.

( kind of obvious what it is from the variable name though )

Signed-off-by: Paul Donald <[email protected]>
Link: https://github.com/openwrt/odhcp6c/pull/115
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
README.md

index 6e1099b18ce71d0bf41e0d2e8112483347afb3dd..e49ca4e0d9a0a477b349cfb1ca989286c6ee34f4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -153,7 +153,7 @@ The following RPC methods are available:
 |                                                                      |                       | Input arguments for Retransmission settings :                                                         |
 |                                                                      |                       | `delay_max` (int) : Maximum delay of first message (expressed in seconds)     |
 |                                                                      |                       | `timeout_init` (int) : Initial message timeout (expressed in seconds)         |
-|                                                                      |                       | `timeout_max` (int) : Initial message timeout (expressed in seconds)          |
+|                                                                      |                       | `timeout_max` (int) : Maximum message timeout (expressed in seconds)          |
 |                                                                      |                       | `rc_max` (int) : Maximum message retry attempts                                                       |
 | `renew()`                                                    | Input         | Force transmission of RENEW/INFORMATION-REQUEST messages                                      |
 | `release()`                                          | Input         | Force transmission of RELEASE message and start new cycle                                     |